home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
TOOLS_&_
/
MACSRMS_
/
MAIN
< prev
next >
Wrap
Text File
|
1988-04-10
|
324b
|
15 lines
{-------------------------------------------------------------- }
{ This file is the "Main program" for the Sample Application. }
{-------------------------------------------------------------- }
PROGRAM Sample;
------------------> This is an extraneous line.
USES
Init;
BEGIN
Init;
UnLoadSeg(@Init);
Sample
END.